home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineSprite_809 / frame_20 / DoAction.as
Encoding:
Text File  |  2008-11-12  |  238 b   |  19 lines

  1. if(eval("/Variables:GardesSortis") == 1)
  2. {
  3.    tellTarget("_root")
  4.    {
  5.       gotoAndStop("Tab1B");
  6.    }
  7. }
  8. else
  9. {
  10.    tellTarget("_root")
  11.    {
  12.       gotoAndStop("Tab1");
  13.    }
  14. }
  15. tellTarget("_parent")
  16. {
  17.    gotoAndStop(1);
  18. }
  19.